baseline = -1 means no baseline
authorTimm Bäder <mail@baedert.org>
Fri, 31 Dec 2021 09:42:07 +0000 (10:42 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 31 Dec 2021 12:08:01 +0000 (13:08 +0100)
Fixes #4385

gtk/gtksizerequest.c

index 7c34c7757cb074d64079f339da61a1d8fa75efa1..637a705f8778904b3f3662debd1e11ddb90911d7 100644 (file)
@@ -461,9 +461,9 @@ gtk_widget_query_size_for_orientation (GtkWidget        *widget,
  * @minimum: (out) (optional): location to store the minimum size
  * @natural: (out) (optional): location to store the natural size
  * @minimum_baseline: (out) (optional): location to store the baseline
- *   position for the minimum size
+ *   position for the minimum size, or -1 to report no baseline
  * @natural_baseline: (out) (optional): location to store the baseline
- *   position for the natural size
+ *   position for the natural size, or -1 to report no baseline
  *
  * Measures @widget in the orientation @orientation and for the given @for_size.
  *